-
Notifications
You must be signed in to change notification settings - Fork 18
Bump Elastic.Clients.Elasticsearch from 9.1.0 to 9.1.9 #778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Elastic.Clients.Elasticsearch from 9.1.0 to 9.1.9 #778
Conversation
--- updated-dependencies: - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
guibranco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved by gstraccini[bot]
|
@dependabot squash and merge |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made. Comment |
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logsA new release of infisical is available: 0.41.90 -> 0.42.6
To update, run: sudo apt-get update && sudo apt-get install infisical
2:55PM INF scanning for exposed secrets...
2:55PM INF 716 commits scanned.
2:55PM INF scan completed in 1.15s
2:55PM INF no leaks found
|
|
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
|
|
✅ Build CrispyWaffle 10.0.764 completed (commit 5c148b0f67 by @gstraccini[bot]) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #778 +/- ##
=======================================
Coverage 40.62% 40.62%
=======================================
Files 83 83
Lines 3631 3631
Branches 519 519
=======================================
Hits 1475 1475
Misses 2053 2053
Partials 103 103 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



Updated Elastic.Clients.Elasticsearch from 9.1.0 to 9.1.9.
Release notes
Sourced from Elastic.Clients.Elasticsearch's releases.
9.1.9
What's Changed
SafeSkip()method that works with partial JSON blocks by @flobernd in Switch to customSafeSkip()method that works with partial JSON blocks elastic/elasticsearch-net#8720Full Changelog: elastic/elasticsearch-net@9.1.8...9.1.9
9.1.8
What's Changed
CompositeAggregation(see #8704)Breaking Changes
The type of the
Sourcesproperty has been changed fromICollection<IDictionary<string, CompositeAggregationSource>>toICollection<KeyValuePair<string, CompositeAggregationSource>>. This corresponds to the Elasticsearch standard for modeling ordered dictionaries in the REST API.CompositeAggregationSourceis now also a container (similar toAggregation,Query, etc.). This change improves usability due to specialized code generation. For example, implicit conversion operators from all existing variants (CompositeTermsAggregation,CompositeHistogramAggregation, etc.) toCompositeAggregationSourceare now generated.As a consequence, the object initializer syntax changes as follows: